Intersoft WebInput Documentation
WebInput Object
Send Feedback
Intersoft WebInput > Client-side References > WebInput Object

Glossary Item Box

 WebInput Properties

ClassName Description
Gets the object class name.

ValueType
String

Default Value
WebInput
AcceptEnter Description
Indicates if Enter character are accepted as input. (gets or sets)

ValueType
Boolean

Default Value
true
AcceptEsc Description
Indicates if Esc character are accepted as input. (gets or sets)

ValueType
Boolean

Default Value
true
CaseSensitive Description
Indicates if string comparisons within control are case-sensitive. (gets or sets)

ValueType
Boolean

Default Value
true
CharacterCasing Description
Indicates whether the control modifies the case of characters as they are typed. Valid values are Normal, Upper, and Lower. (gets or sets)

ValueType
String

Default Value
Normal
InitialSelection Description
Determines the selection position when control receives input focus. Valid values are SelectAll, CaretAtStart, CaretAtEnd, and None. (gets or sets)

ValueType
String

Default Value
SelectAll
NumericInput Description
Indicates if control only accepts numeric value. (gets or sets)

ValueType
Boolean

Default Value
false
Nullable Description
Indicates if control can contain null value. (gets or sets)

ValueType
Boolean

Default Value
true
CultureInfo Description
Represents information about a specific culture including the names of the culture, the writing system, and the calendar used, as well as access to culture-specific objects that provide information for common operations, such as formatting dates. (gets or sets)

ValueType
Object

Default Value
null
EditorType Description
Gets current operated editor. Valid values are CalculatorEditor, and DateTimeEditor. (gets or sets)

ValueType
String

Default Value
null
TextBoxStyle Description
Represents dynamic (normal, active, and over) textbox styles. (gets or sets)

ValueType
Object

Default Value
null
DropDownStyle Description
Represents dynamic (normal, active, and over) drop down editor styles. (gets or sets)

ValueType
Object

Default Value
null
Text Description
Represents value that already been formatted, validated and masked. (gets)

ValueType
String

Default Value
null
EditText Description
Represents value that already been edited. (gets or sets)

ValueType
String

Default Value
null
Value Description
Represents original value. (gets or sets)

ValueType
String

Default Value
null
IsInitialSelection Description
Gets initialselection state (whether WebInput is initialize selection or not)

ValueType
Boolean

Default Value
false
IsSelectedAll Description
Gets selection state (whether WebInput value is selected all or not)

ValueType
Boolean

Default Value
false
HighLight Description
Represents Represents the selection data. (gets)

ValueType
Object (HighLight)

Default Value
null
DateTimeEditor Description
Represents datetime editor data. (gets)

ValueType
Object (DateTimeEditor)

Default Value
null
CalculatorEditor Description
Represents calculator editor data. (gets)

ValueType
Object (CalculatorEditor)

Default Value
null
DisplayFormat Description
Represents display format data. (gets)

ValueType
Object (DisplayFormat)

Default Value
null
EditFormat Description
Represents edit format data. (gets)

ValueType
Object (EditFormat)

Default Value
null
DynamicEditFormat Description
Represents dynamic edit format data. (gets)

ValueType
Object (DynamicEditFormat)

Default Value
null

 WebInput Methods

SetValueData Description
Set WebInput value.

Return Value
none
SetHighLightValue Description
Set WebInput highlighted value.

Return Value
none
DoFocus Description
Set focus to WebInput control.

Return Value